home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disc to the Future 2
/
Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin
/
MAC
/
THINKC
/
TCL1
/
__MANDEL
/
MANDELBR
/
CMANDELD.H
< prev
next >
Wrap
Text File
|
1992-03-25
|
400b
|
25 lines
// CMandelDataFile.h
#pragma once
#include <CDataFile.h>
class CMandelDoc;
class CMandelDataFile: public CDataFile {
public:
void IMandelDataFile(CMandelDoc *);
Handle ReadAll(void);
void WriteAll(Handle);
protected:
CMandelDoc * itsMandelDoc;
private:
static unsigned cGetRunSize(unsigned *p, unsigned *q);
static unsigned cGetNurSize(unsigned *p, unsigned *q);
};